home *** CD-ROM | disk | FTP | other *** search
- #!/bin/bash
-
- #cd cell
- #bbsindex < files.bbs > 00index.html
- cd commcom/datacom
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../../comdata.html
- cd ../freqs
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../../comfreqs.html
- cd ../voicecom
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../../comvoice.html
- cd ../../hamradio/datacom
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../../hamdata.html
- cd ../freqs
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../../hamfreqs.html
- cd ../voicecom
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../../hamvoice.html
- cd ../../hamradio
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../hamradio.html
- cd ../consprcy
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../consprcy.html
- cd ../elctrnic
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../elctrnic.html
- cd ../encrypt
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../encrypt.html
- cd ../general
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../general.html
- cd ../hack
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../hack.html
- cd ../magick
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../magick.html
- #cd ../patriot
- #bbsindex < files.bbs > 00index.html
- #bbsindex -w < files.bbs > ../patriot.html
- cd ../releases
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../releases.html
- #cd ../restrict
- #bbsindex < files.bbs > 00index.html
- cd ../survive
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../survive.html
- cd ../telecom
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../telecom.html
- cd ../ufo
- bbsindex < files.bbs > 00index.html
- bbsindex -w < files.bbs > ../ufo.html
- cd ..
- cp *.html /home/oblivion/public_html/blkcrwl/
-
-